home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / PeerAware 1.03 / PeerAware-Setup.exe / Html / browse.css < prev    next >
Cascading Style Sheet File  |  2008-08-01  |  3KB  |  223 lines

  1. body {
  2. overflow: hidden! important;
  3. margin: 0px;
  4. background-color: #ffffff;
  5. font-family:Verdana,"Segoe UI Bold",sans-serif;
  6. font-size: 12px;
  7. }
  8. #user
  9. {
  10. filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#c7d4f7',endColorStr='#f2f8fc',gradientType='0');
  11. display:block;
  12. height:65px;
  13. overflow:hidden;
  14. border-bottom:solid 1px #d9e5ed;
  15. }
  16. #line1
  17. {
  18. display:block;
  19. height:35px;
  20. overflow:hidden;
  21. }
  22. #line2
  23. {
  24. display:block;
  25. height:35px;
  26. }
  27. #username
  28. {
  29. color: #215dc6;
  30. float: left;
  31. margin-left:0.5em;
  32. font-size:16px;
  33. font-weight:bold;
  34. }
  35. #workspace
  36. {
  37. color: #215dc6;
  38. text-align: right;
  39. margin-right:0.5em;
  40. float: right;
  41. font-size:10px;
  42. }
  43. #path
  44. {
  45. color: #215dc6;
  46. margin-left:0.5em;
  47. font-size:12px;
  48. font-weight:bold;
  49. }
  50.  
  51. #filelisting
  52. {
  53. display:block;
  54. margin-top:0px;
  55. border:0px;
  56. }
  57. .toolbar_container
  58. {
  59. margin: 0px;
  60. padding: 0px;
  61. border-bottom: #d9e5ed 1px solid;
  62. background-image: url(browsebg.gif);
  63. width: 100%;
  64. top:0px;
  65. overflow:hidden;
  66. }
  67. ul.toolbar
  68. {
  69. margin: 0px;
  70. padding: 0px;
  71. background: none transparent scroll repeat 0% 0%;
  72. float: right;
  73. width: 100%;
  74. list-style-type: none;
  75. list-style-position:outside;
  76. list-style-image:none;
  77. }
  78. .toolbar li 
  79. {
  80. margin:0px;
  81. padding:0px;
  82. float: left;
  83. }
  84. .toolbar a:hover
  85. {
  86. color: #444;
  87. text-decoration: none;
  88. border: #b2d8f5 0px solid;
  89. background-image: url(browsehover.gif);
  90. }
  91. .toolbar a, toolbar a:visited
  92. {
  93. color: #444;
  94. text-decoration: none;
  95. padding-right: 5px;
  96. }
  97. .toolbar span {
  98. vertical-align:middle;
  99. }
  100. .toolbar li.pw_float_right
  101. {
  102. float: right;
  103. }
  104. .toolbar img
  105. {
  106. border: medium none;
  107. vertical-align: middle;
  108. }
  109. a.barbutton
  110. {
  111. padding:4 6;
  112. background-position: center;
  113. display: block; 
  114. margin: 1px; 
  115. vertical-align: middle; 
  116. overflow: visible; 
  117. text-align: center
  118. }
  119. a.barbutton_Disabled
  120. {
  121. background-image: none; 
  122. margin: 1px; 
  123. color: #999;
  124. }
  125. a.barbutton_Disabled img
  126. {
  127. filter:gray;
  128. opacity:.5;
  129. }
  130. a.barbutton_Default
  131. {
  132. margin: 1px
  133. }
  134. .download_gif
  135. {
  136. background-image: url(download.gif); 
  137. width: 16px; 
  138. height: 16px; 
  139. margin: 6px 4px 4px 4px ;
  140. }
  141. .slideshow_gif
  142. {
  143. background-image: url(slideshow.gif);
  144. width: 16px;
  145. height: 16px;
  146. margin: 6px 4px 4px 4px;
  147. }
  148.  
  149. .FileGrid
  150. {
  151. table-layout: fixed; 
  152. width: 100%;
  153. border-collapse: collapse;
  154. }
  155. .FileGrid th
  156. {
  157. font-size: 12px;
  158. font-weight:normal;
  159. }
  160. .FileGrid td{
  161. font-size: 12px;
  162. }
  163. .FileGridHead {
  164. border-bottom: #d2eaf6 2px solid;
  165. background-color: white
  166. }
  167. .FileGridCellHead
  168. {
  169. padding:6px 0px 2px 0px;
  170. width: 1em; 
  171. border-bottom: #d2d6d9 1px solid; 
  172. text-align: center;
  173. }
  174. .FileGridHeadCellDef
  175. {
  176. padding: 6px 6px 2px 6px;
  177. border-left: #d2d6d9 1px solid; 
  178. border-bottom: #d2d6d9 1px solid;
  179. margin-bottom:1px;
  180. }
  181. .FileGridHeadCellDef div
  182. {
  183. overflow: hidden;
  184. }
  185. .FileGridCellDefault
  186. {
  187. padding-right: 6px;
  188. padding-left: 6px;
  189. padding-bottom: 4px;
  190. overflow: hidden;
  191. padding-top: 4px;
  192. margin-top:10px
  193. }
  194. .FileGridCellDefault a
  195. {
  196. color:#0066A7;
  197. text-decoration:none;
  198. }
  199. .FileGridCellDefault a:hover
  200. {
  201. text-decoration:underline;
  202. overflow: hidden;
  203. }
  204. img
  205. {
  206. border: 0;
  207. }
  208. .slidebutton
  209. {
  210. width: 32px;
  211. height: 32px;
  212. }
  213. .Control
  214. {
  215. position:absolute;
  216. bottom:0px;
  217. left:20px;
  218. }
  219. #plist
  220. {
  221. width:100%;
  222. }
  223.